home *** CD-ROM | disk | FTP | other *** search
- object VictoryScrn: TVictoryScrn
- Left = 209
- Top = 135
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Victory'
- ClientHeight = 137
- ClientWidth = 513
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object My_Panel1: TMy_Panel
- Left = 0
- Top = 0
- Width = 513
- Height = 137
- BevelWidth = 4
- Color = clBlack
- TabOrder = 0
- Picture.Data = {<image000.bmp>}
- Picture_Draw = kTile
- object Label1: TLabel
- Left = 136
- Top = 32
- Width = 181
- Height = 24
- Caption = 'The Battle is Over...'
- Font.Charset = ANSI_CHARSET
- Font.Color = 1885661
- Font.Height = -24
- Font.Name = 'Kelt'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 136
- Top = 56
- Width = 285
- Height = 24
- Caption = 'The Norman Army is Victorious!'
- Font.Charset = ANSI_CHARSET
- Font.Color = 1885661
- Font.Height = -24
- Font.Name = 'Kelt'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object My_Panel2: TMy_Panel
- Left = 138
- Top = 112
- Width = 367
- Height = 17
- Color = clBlack
- TabOrder = 0
- Picture.Data = {<image001.bmp>}
- Picture_Draw = kStrech
- end
- object OkBtn: TButton
- Left = 458
- Top = 83
- Width = 43
- Height = 23
- Caption = 'OK'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Kelt'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 123
- Height = 123
- Color = clBlack
- TabOrder = 2
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 120
- Height = 120
- Picture.Data = {<image002.bmp>}
- end
- end
- end
- end
-